Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T6713: Exclude 50-usb-realtek-net rules due to interface renaming #832

Closed
wants to merge 1 commit into from

Conversation

sever-sever
Copy link
Member

Change Summary

The /etc/udev/rules.d/50-usb-realtek-net.rules causes unexpected interface renaming.
Delete these rules.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):

Related Task(s)

Component(s) name

realtek r8152, driver

Proposed changes

How to test

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

The /etc/udev/rules.d/50-usb-realtek-net.rules causes unexpected
interface renaming. Delete these rules.
Copy link

github-actions bot commented Nov 7, 2024

👍
No issues in PR Title / Commit Title

@sever-sever sever-sever marked this pull request as draft November 7, 2024 10:50
Copy link
Contributor

@zdc zdc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing udev rules is not an option.

The problem is not even in this driver. It exists because of parallel interface initialization and conflicting names during this process when a new interface from another controller takes an eth0 name right before an interface configured as eth0 is renamed to eth0.

@sever-sever sever-sever closed this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants